home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / tcp / NameServer.lha / NameServer.readme < prev   
Encoding:
Text File  |  1999-07-05  |  911 b   |  24 lines

  1. Short   : Dump Caching Name Server for Miami/AmiTCP/Genesis with source
  2. Author  : joergd@bitquell.gera.thur.de (Joerg Deckert)
  3. Uploader: joergd@bitquell.gera.thur.de (Joerg Deckert)
  4. Type    : comm/tcp
  5.  
  6. --------------------------------------------------------------
  7.                      NameServer 1.0
  8. --------------------------------------------------------------
  9.  
  10. This is a simple name server for Miami and AmiTCP/Genesis (only
  11. tested with Miami). It processes name server queries out of the
  12. host table the machine it is running on or or by forwarding
  13. requests to your uplink name server (it does a simple
  14. gethostbyname() internally). Succesfull requests are cached in
  15. RAM.
  16.  
  17. The code based on Nameserver from Joran Jessurun.
  18.  
  19. Installation: - copy named to any directory (e.g. AmiTCP:serv)
  20.               - start it after starting of IP-Stack (run named)
  21.  
  22. Note: cache entries are never deleted in this version!
  23.  
  24.